Skip to content

Removed dev dependencies for deb and rpm#463

Merged
ellbosch merged 4 commits intomasterfrom
ellbosch/linux-dev-dependencies
Apr 27, 2020
Merged

Removed dev dependencies for deb and rpm#463
ellbosch merged 4 commits intomasterfrom
ellbosch/linux-dev-dependencies

Conversation

@ellbosch
Copy link
Copy Markdown
Collaborator

Changes for both deb and rpm build scripts:

  • Compiles two different Python exe's instead of just one
  • Downloads dev dependencies in one version
  • Installs the built mssql-cli wheel in the other version

I've validated that both new packages work and only come installed with dependencies in setup.py.

Comment thread build_scripts/rpm/mssql-cli.spec Outdated
python_archive=$(mktemp)
wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tgz -qO $python_archive
tar -xvzf $python_archive -C %{_builddir}
tar -xvzf $python_archive -C %{python_build_archive}
Copy link
Copy Markdown
Collaborator Author

@ellbosch ellbosch Apr 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to python_build_src

@ellbosch ellbosch merged commit 68fea37 into master Apr 27, 2020
@ellbosch ellbosch deleted the ellbosch/linux-dev-dependencies branch April 27, 2020 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants